home *** CD-ROM | disk | FTP | other *** search
/ World of Video / World of Video.iso / gfxprograms / conversion / pbmplus / doc / pbmmake.doc < prev    next >
Text File  |  1995-02-13  |  1KB  |  67 lines

  1.  
  2.  
  3.  
  4. pbmmake(1)                  PBM Plus                   pbmmake(1)
  5.  
  6.  
  7.  
  8. NAME
  9.      pbmmake - create a blank bitmap of a specified size
  10.  
  11. SYNOPSIS
  12.      pbmmake [-white|-black|-gray] <width> <height>
  13.  
  14. DESCRIPTION
  15.      Produces a portable bitmap of the specified width and
  16.      height.  The color defaults to white.
  17.  
  18.      In addition to the usual -white and -black, this program
  19.      implements -gray.  This gives a simple 50% gray pattern with
  20.      1's and 0's alternating.
  21.  
  22.      All flags can be abbreviated to their shortest unique pre-
  23.      fix.
  24.  
  25. SEE ALSO
  26.      pbm(5)
  27.  
  28. AUTHOR
  29.      Copyright (C) 1989 by Jef Poskanzer.
  30.  
  31.      Permission to use, copy, modify, and distribute this
  32.      software and its documentation for any purpose and without
  33.      fee is hereby granted, provided that the above copyright
  34.      notice appear in all copies and that both that copyright
  35.      notice and this permission notice appear in supporting docu-
  36.      mentation.  This software is provided "as is" without
  37.      express or implied warranty.
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.  
  50.  
  51.  
  52.  
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63. Printed 5/25/90         22 February 1989                        1
  64.  
  65.  
  66.  
  67.